FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / MultiColumnDictionary Class / MultiColumnDictionary Constructor / MultiColumnDictionary Constructor(ITypedList,String,String[],Int32)
Data source object.
Name of the data source column that contains unique keys.
Array with the names of the columns that are included in the map.
Name of the column that is displayed in the grid.

In This Topic
    MultiColumnDictionary Constructor(ITypedList,String,String[],Int32)
    In This Topic
    Initializes a new instance of a bound MultiColumnDictionary class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal list As ITypedList, _
       ByVal keyColumn As String, _
       ByVal columnNames() As String, _
       ByVal displayColumn As Integer _
    )
    public MultiColumnDictionary( 
       ITypedList list,
       string keyColumn,
       string[] columnNames,
       int displayColumn
    )

    Parameters

    list
    Data source object.
    keyColumn
    Name of the data source column that contains unique keys.
    columnNames
    Array with the names of the columns that are included in the map.
    displayColumn
    Name of the column that is displayed in the grid.
    See Also